-- SCHEMA: mobile

-- DROP SCHEMA IF EXISTS mobile ;

CREATE SCHEMA IF NOT EXISTS mobile
    AUTHORIZATION postgres;